projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416799a
)
(isearch-whitespace-chars): If isearch-invalid-regexp, insert just a space.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Aug 1996 00:19:31 +0000
(
00:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Aug 1996 00:19:31 +0000
(
00:19
+0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index a98c2125ee078aebe747bad496374fe36082a567..f4648e425322dfb72aa2b84afa0bd85b8e926615 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1091,7
+1091,8
@@
Obsolete."
If you want to search for just a space, type C-q SPC."
(interactive)
(if isearch-regexp
- (if (and search-whitespace-regexp (not isearch-within-brackets))
+ (if (and search-whitespace-regexp (not isearch-within-brackets)
+ (not isearch-invalid-regexp))
(isearch-process-search-string search-whitespace-regexp " ")
(isearch-printing-char))
(progn